home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Labs
/
Lab07.1
/
getfeedback.asp
< prev
next >
Wrap
Text File
|
1997-04-24
|
946b
|
37 lines
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<HEAD>
<meta name="GENERATOR" content="Microsoft Developer Studio">
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Get Feedback Active Server Page</title>
<link rel="STYLESHEET" href="Stylesheets/Grid/Style2.css">
</head>
<body background="Images/Grid/Background/Back2.jpg"
bgcolor="White">
<basefont face="Arial, Helvetica, sans-serif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th align="Left" nowrap bgcolor="Silver"
background="./Images/Grid/Navigation/Nav1.jpg"> <font
size="6"> Feedback </font> </th>
</tr>
<tr>
<td bgcolor="#FFFFCC"> <font size="-1">
Feedback recorded</font> </td>
</tr>
</table>
<p>
Your feedback has been recorded and will help us make improvements
to this website in the future.
<p>
Thank you!
</BODY>
</HTML>